home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 003 / dflow.arc / READ.ME < prev    next >
Encoding:
Text File  |  1985-05-14  |  1.2 KB  |  24 lines

  1. dFLOW's first function is                |     DO WHILE .NOT. EOF
  2. to prepare a program flow         |    W    IF X > 0
  3. diagram, like this one -------------->     |    W   T    DO CASE
  4.                      |    W   T    CASE X = 1
  5.     W's outline WHILE loops          |    W   T   1    STORE '1' TO Y
  6.                      |    W   T    CASE X = 2
  7.     T's and F's show IF conditions   |    W   T   2    STORE '2' TO Y
  8.                      |    W   T    OTHERWISE
  9.     1's, 2's, etc. show CASES        |    W   T   O    STORE 'O' TO Y
  10.                      |    W   T    ENDCASE
  11. You can turn these letters off,      |    W   T    DO PROCESS
  12. to have just indented listings,      |    W    ELSE
  13. and/or add line numbers, and/or      |    W   F    ? "Found zero value"
  14. look at just the control statements,     |    W   F    RETURN
  15. (for programs that are too long to     |    W    ENDIF
  16. fit on a screen), and/or just do a     |    W    SKIP
  17. quick check for nesting errors.      |     ENDDO
  18.                       ------------------------------------
  19. You can also prepare a module cross-reference for a full system, and a variable
  20. concordance with, or without, the flow diagrams.  DFINST allows customizing.
  21.  
  22. Start by typing DFLOW SAMPLE.  The menu has on-line help.  For assistance, call
  23. (800) 23d-FLOW.  In New York, (212) 406-7026.
  24.                         Best wishes, from WallSoftP